ActiveReports 8
SignatureField<T> Constructor(T,Boolean,Boolean)
See Also 
GrapeCity.ActiveReports.Export.Pdf.v8 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace > SignatureField<T> Class > SignatureField<T> Constructor : SignatureField<T> Constructor(T,Boolean,Boolean)

value
Value to write on signature
visible
true, if value should be written
showLabel
true, if label for value should be shown

Glossary Item Box

Initializes a new instance of the Generic SignatureField class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal value As T, _
   ByVal visible As System.Boolean, _
   ByVal showLabel As System.Boolean _
)
C# 
public SignatureField<T>( 
   T value,
   System.bool visible,
   System.bool showLabel
)

Parameters

value
Value to write on signature
visible
true, if value should be written
showLabel
true, if label for value should be shown

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also